C#
VB
C++
Occurs when an item is removed from the collection.
public event EventHandler<RasterCollectionEventArgs<T>> ItemRemoved Public Event ItemRemoved As EventHandler(Of RasterCollectionEventArgs(Of T)) public:event EventHandler<RasterCollectionEventArgs<T^>^>^ ItemRemoved
The event handler receives an argument of type RasterCollectionEventArgs<T> containing data related to this event. The following RasterCollectionEventArgs<T> properties provide information specific to this event.
| Property | Description |
|---|---|
| Item | The object that has been added or removed. |
For an example, refer to RasterCollection<T>.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
